home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI206.ASC < prev    next >
Text File  |  1992-08-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 206
  10.   VERSION : 3.01x
  11.        OS : PC-DOS
  12.      DATE : March 20, 1986                               PAGE : 1/2
  13.     TITLE : BACKUP FILE CREATION - DISABLE PATCH
  14.  
  15.  
  16.  
  17.  
  18.   The following patch disables Turbo Pascal's creation of a back-
  19.   up file each time a file is saved to disk.
  20.  
  21.   Use the DOS utility, DEBUG, to apply the following patch to a
  22.   COPY of your original .COM file. Copy DEBUG.COM into the
  23.   directory (or onto the diskette) where your working copy of
  24.   TURBO.COM (TURBO-87.COM, TURBOBCD.COM) is located. At the DOS
  25.   prompt, type t
  26.  
  27.   Note:
  28.   1.   DEBUG is not sensitive to upper and lower case. All
  29.        addresses are listed in upper case for ease of  readability.
  30.  
  31.   2.   While in DEBUG, the prompt will appear as a dash (-).
  32.  
  33.   3.   If you do not receive the appropriate response,  press "q"
  34.        followed by <Return>, to quit. Check  your version numbers
  35.        and, if correct, try again.
  36.  
  37.  
  38.  
  39.  
  40.    TURBO.COM
  41.  
  42.            Type the following:                You will see:
  43.  
  44.             debug TURBO.COM<Enter>             -
  45.  
  46.             e3368<Enter>                       xxxx:3368 42._
  47.  
  48.             2E<Enter>                          -
  49.  
  50.             w<Enter>                           Writing xxxx bytes
  51.  
  52.             q<Enter>                           Back to DOS prompt
  53.  
  54.  
  55.                              TURBO-87.COM
  56.  
  57.            Type the following:                 You will see:
  58.  
  59.             debug TURBO-87.COM<Enter>           -
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 206
  76.   VERSION : 3.01x
  77.        OS : PC-DOS
  78.      DATE : March 20, 1986                               PAGE : 2/2
  79.     TITLE : BACKUP FILE CREATION - DISABLE PATCH
  80.  
  81.  
  82.  
  83.  
  84.             e2E31<Enter>                        xxxx:2E31 42._
  85.  
  86.             2E<Enter>                           -
  87.  
  88.             w<Enter>                            Writing xxxx bytes
  89.  
  90.             q<Enter>                            DOS prompt
  91.  
  92.  
  93.                             TURBOBCD.COM
  94.  
  95.            Type the following:                 You will see:
  96.  
  97.             debug TURBOBCD.COM<Enter>           -
  98.  
  99.             e3289<Enter>                        xxxx:3289 42._
  100.  
  101.             2E<Enter>                           -
  102.  
  103.             w<Enter>                            Writing xxxx bytes
  104.  
  105.             q<Enter>                            DOS prompt
  106.  
  107.   DISCLAIMER: You have the right to use this technical information
  108.   subject to the terms of the No-Nonsense License Statement that
  109.   you received with the Borland product to which this information
  110.   pertains.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.